projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20935f6
)
recorder: Remove some debug spew
author
Timm Bäder
<mail@baedert.org>
Sat, 27 Jun 2020 09:01:28 +0000
(11:01 +0200)
committer
Timm Bäder
<mail@baedert.org>
Sat, 27 Jun 2020 09:01:28 +0000
(11:01 +0200)
Stop printing the number of nodes we have
gtk/inspector/recorder.c
patch
|
blob
|
history
diff --git
a/gtk/inspector/recorder.c
b/gtk/inspector/recorder.c
index f48016162c4a0aaa2d8ca05926f931d671555bbd..7033f4602ab2dd92f1826da25c10a6a4d394bcc2 100644
(file)
--- a/
gtk/inspector/recorder.c
+++ b/
gtk/inspector/recorder.c
@@
-384,8
+384,6
@@
recordings_list_row_selected (GtkListBox *box,
(gpointer[1]) { paintable },
1);
g_object_unref (paintable);
-
- g_print ("%u render nodes\n", g_list_model_get_n_items (G_LIST_MODEL (priv->render_node_model)));
}
else
{